home *** CD-ROM | disk | FTP | other *** search
/ Merciful 2 / Merciful - Disc 2.iso / software / e / experiment4codersdisk2.dms / experiment4codersdisk2.adf / NippyZippy_readme.txt < prev    next >
Text File  |  1992-09-02  |  3KB  |  64 lines

  1. ______________________________________________________________________________
  2.  
  3.                                     /
  4.                                                                      /
  5. \                               /\/                               /\/
  6.                                /                                     
  7.    \              _________ ____ ____ ____ ____     /\      /
  8.           .---\_  __  /|    ¡    |    ¡    |----.      /
  9.           |:::|      / |    |    |    |    |::::|  \  /
  10.           |:::|     ___|__  |  __|    |    |__.:|   \/
  11.           |:::|    |   |         |            |:|
  12.           |:::|    ¡   |    ¡    |----.    .--':|
  13.          /|:::|        |    |    |    |    |::::|
  14.         / `---^--------^----^----'    `----^----'
  15.     \  /                                              \                /
  16.      \/       /   »»»»»-[ pRoUDLY pReSeNTS ]-««««««         /\        /
  17.              /                                          \  /  \      /
  18.         /\  /                                            \/    \    / 
  19.        /  \/                                                    \  /
  20.       /       AEPassword Encryption - *FULL SOURCE-CODE*         \/
  21.  
  22.              The Complete Assembly source-code is supplied!
  23.    /
  24.  
  25. ______________________________________________________________________________
  26.  
  27. *******************************************************************************
  28. * NiPPY-ZiPPY $1.01 (aSSeMBLY-sOURCE-cODE!)
  29. * ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  30. * After seeing "Turbo Zippy`s" claims to be the fastest MC68k search routine
  31. * ever to be devised I looked at it with interest. Does it live upto its claims
  32. * to be the FASTEST search ever?? NO!!! Introducing "NiPPY-ZiPPY"... Now I
  33. * myself *WONT* make any foolish claims that *MY* search routine is the fastest
  34. * ever made like "Turbo Zippy" did but I will say that my one is MUCH MUCH 
  35. * faster that Turbo Zippy`s search routine ever dreamed of being!
  36. *
  37. * "NiPPY-ZiPPY" reaches search speeds of around 700kb per second!!!
  38. * Tested on a standard A12oo, 14Mz MC68o2o without fastmem. As I cannot be
  39. * bothered to write an Ami-Express "Z"ippy door at the moment I have decided
  40. * to release my search routine for all to see. Hopefully someone will bother
  41. * to use the searching source in their zippy door and you`ll be searching like
  42. * you never searched before...VIRTUALLY INSTANTLY (hehe)
  43. *
  44. * Okay so the code isn`t very well structured and could be reduced in size
  45. * but I could only see reductions in the code size slowing down the search
  46. * routine... 2k isn`t that bad... Think of it this way.. if it where written
  47. * in C it would be the same size and STILL be slow.. (hahaha)
  48. *
  49. * INPUTS ;    a0.l=start address for search
  50. *         a1.l=end address for search
  51. *         a2.l=string to search for
  52. *
  53. * OUTPUTS;    d0.b=If failed to located string =$FF.B, else =$00.B FOUND!
  54. *        a0.l=ptr to string
  55. *******************************************************************************
  56.  
  57.  
  58. ______________________________________________________________________________
  59.  
  60.  
  61.  
  62.  
  63. End
  64.